home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / perl / README.sprite < prev    next >
Text File  |  1991-11-14  |  1KB  |  36 lines

  1.  
  2. Sprite-specific changes to the distribution are contained in the sprite
  3. subdirectory. 
  4.  
  5.  
  6. Applying new patches:
  7.  
  8.     Apply the patches to the sources in the dist subdirectory.
  9.     Go to the sprite subdirectory and check out any files whose version
  10.     in the dist directory have been modified by the patch.
  11.     Use rcsmerge to merge any Sprite changes into the new file.  You'll
  12.     have to look at the log to figure out which version to merge.
  13.     Usually it will be -r1.1 -r1.2.  Sometimes the changes to the
  14.     distribution means you won't need the Sprite version anymore.
  15.     Move the file and RCS file out of the way, change the symbolic
  16.     link in the parent directory.
  17.     Make a symbolic link for config.h in /sprite/src/cmds/perl:
  18.     ln -s '$MACHINE.md/config.h' .
  19.     Run Configure once for each machine type, e.g sun3, sun4, ds3100.
  20.     You have to run it on a machine of each type. This will create
  21.     a config.h for each type, which will be put in the machine
  22.     dependent directories via the symbolic link.
  23.     Delete the symbolic link for config.h.
  24.     Run mkmf.
  25.     cd to the 't' directory and run TEST.  All tests should pass, except
  26.     for a few on the sun3 but I've never worried about it since we
  27.     don't use the sun3's much anymore.
  28.     Install it.
  29.     Delete all the .orig file from the distribution.
  30.  
  31.     You also need to install the programs a2p, s2p, and h2ph.
  32.  
  33.  
  34. John
  35.  
  36.